From 255c12e851df35eded674926ee558484587ebff9 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 23 Nov 2007 11:58:11 +0000 Subject: [PATCH] xend: Add support for NetBSD. Signed-off-by: Christoph Egger --- tools/python/xen/xend/arch.py | 1 + tools/python/xen/xend/osdep.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/python/xen/xend/arch.py b/tools/python/xen/xend/arch.py index a556c0e6cf..4ea19e899c 100644 --- a/tools/python/xen/xend/arch.py +++ b/tools/python/xen/xend/arch.py @@ -25,6 +25,7 @@ _types = { "i586": "x86", "i686": "x86", "x86_64": "x86", + "amd64": "x86", "i86pc": "x86", "ia64": "ia64", "ppc": "powerpc", diff --git a/tools/python/xen/xend/osdep.py b/tools/python/xen/xend/osdep.py index 93b2dfdb4e..6d2f81dae8 100644 --- a/tools/python/xen/xend/osdep.py +++ b/tools/python/xen/xend/osdep.py @@ -25,6 +25,7 @@ _scripts_dir = { } _xend_autorestart = { + "NetBSD": True, "Linux": True, "SunOS": False, } -- 2.30.2